@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,700;1,400&display=swap");.btn {
    border: 8px
}

.button-primary {
    background-color: #FE9E44;
    color: #fff;
    font-weight: bold
}

.button-primary:hover,.button-primary:focus {
    background-color: #fe912b;
    color: #fff
}

.button-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(254,158,68,0.25)
}

.button-green {
    background-color: #47c475;
    color: #fff;
    font-weight: bold
}

.button-green:hover,.button-green:focus {
    background-color: #3bb768;
    color: #fff
}

.button-green:focus {
    box-shadow: 0 0 0 0.25rem rgba(71,196,117,0.25)
}

.button-grey {
    background-color: #969696;
    color: #fff;
    font-weight: bold
}

.button-grey:hover,.button-grey:focus {
    background-color: #898989;
    color: #fff
}

.button-grey:focus {
    box-shadow: 0 0 0 0.25rem rgba(150,150,150,0.25)
}

.background-primary {
    background-color: #FE9E44;
    color: #fff
}

.background-success {
    background-color: #47c475;
    color: #fff
}

a {
    color: inherit;
    text-decoration: none
}

a:hover,a:focus {
    text-decoration: none;
    color: #fe912b
}

body {
    background-color: #3EA9F5;
    min-height: 100vh;
    font-family: 'Nunito', sans-serif
}

body::before {
    content: '';
    background: #1888D8;
    background: linear-gradient(180deg, #1888D8 0%, transparent 100%);
    height: 300px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.content-wrapper {
    position: relative;
    z-index: 99;
    font-size: 24px;
   
}

.box-wrapper {
    max-width: 450px;
    
}

.header {
    margin-top: 32px;
    margin-bottom: 24px
}

.avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0
}

.avatar img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.logo {
    width: 110px;
    height: 40px
}

.logo img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%
}

.search {
    background-color: rgba(254,158,68,0.75);
    color: #fff;
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    display: inline-block
}

.search:hover,.search:active {
    background-color: #FE9E44;
    color: #fff
}

.home-profile {
    background-color: #fff;
    padding: 1rem;
    border-radius: 24px;
    margin-bottom: 24px
}

.home-profile-name {
    font-weight: bold;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 95%
}

.home-profile-status {
    font-size: 0.875rem
}

.home-profile-points {
    background-color: #FE9E44;
    border-radius: 50rem;
    color: #fff;
    padding: 6px 9px;
    display: inline-block;
    font-size: 0.875rem;
    vertical-align: middle
}

.home-profile-points-badge {
    background-color: #fff;
    color: #FE9E44;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px
}

.home-profile-points-badge .qf-icon-crown::before {
    width: auto;
    margin: 0 auto
}

.featured-quiz {
    background-color: #fff;
    padding: 24px 1rem;
    border-radius: 24px;
    margin-bottom: 24px
}

.section-title {
    font-size: 1.60rem;
    font-weight: bold;
    margin-bottom: 0
}

.quiz-box {
    display: block;
    border-radius: 8px;
    margin-bottom: 1rem;
    color: #0C092A;
    text-align: center;
    text-decoration: none
}

.quiz-box img {
    max-width: 100%;
    border-radius: 8px
}

.quiz-box-title {
    text-align: center;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    margin-bottom: 0;
    font-weight: bold;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.friends-box {
    background-color: #fff;
    padding: 24px 1rem;
    border-radius: 24px;
    margin-bottom: 24px
}

.friends-box ul {
    padding: 0;
    margin: 0
}

.friends-box ul li {
    margin-bottom: 1rem;
    list-style: none
}

.friends-box ul li:last-child {
    margin-bottom: 0
}

.friends-box ul li a {
    color: #0C092A;
    text-decoration: none
}

.friends-box ul li a:hover,.friends-box ul li a:focus {
    color: #0C092A
}

.friends-box-name {
    font-weight: bold
}

.friends-box-status {
    color: #969696;
    font-size: 0.875rem
}

.bottom-nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99
}

.bottom-nav-bg {
    background-color: #fff;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -5px 5px rgba(12,9,42,0.1)
}

.bottom-nav .col {
    min-width: 25%
}

.bottom-nav .nav-box {
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: normal;
    display: block;
    text-decoration: none;
    position: relative
}

.bottom-nav .nav-box-ico {
    font-size: 1.5rem;
    color: #969696;
    display: block;
    text-decoration: none
}

.bottom-nav .nav-box .nav-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    display: block;
    width: 100%
}

.bottom-nav .nav-box.background-primary .nav-box-ico {
    color: #fff
}

.bottom-nav .active .nav-box a {
    color: #FE9E44
}

.page-header {
    padding-top: 24px;
    padding-bottom: 24px;
    color: #fff;
    font-weight: bold
}

.page-header-back {
    color: #fff;
    display: inline-block;
    position: absolute;
    margin-right: 0.5rem;
    left: 0.75rem
}

.quiz-thumbnail {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 32px;
    border-radius: 8px
}

.quiz-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    border-radius: 8px
}

.quiz-info {
    background-color: #fff;
    padding: 24px 1rem;
    border-radius: 24px;
    margin-bottom: 24px;
    width: 450px;
    height: 350px;
    
    
}

.quiz-info-meta {
    background-color: #FFEBD9;
    padding: 0.75rem 0.875rem;
    border-radius: 50rem;
    font-size: 0.975rem;
    margin-bottom: 1rem
}

.quiz-info-meta-circle {
    width: 40px;
    height: 40px;
    background-color: #FF8FA3;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.25rem;
    color: #fff
}

.quiz-info-meta-circle .qf-icon-crown::before {
    width: auto;
    margin: 0 auto
}

.quiz-info-meta-circle.points {
    background-color: #FE9E44
}

.quiz-info-content {
    color: #969696;
    margin-bottom: 2rem
}

.quiz-info-content-title {
    font-weight: bold;
    font-size: 1.5rem;
    color: #0C092A;
    margin-bottom: 0.875rem
}

.quiz-info-content p:last-child {
    margin-bottom: 0
}

.modal-level-header {
    margin-bottom: 1rem;
    text-align: right
}

.modal-level-header-close {
    width: 32px;
    height: 32px;
    background-color: #FFEBD9;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #FE9E44
}

.modal-level-title {
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 24px;
    font-weight: bold
}

.modal-level-option .btn {
    margin-bottom: 1rem;
    position: relative
}

.modal-level-option .btn:focus {
    box-shadow: 0 0 0 0.25rem rgba(254,158,68,0.25)
}

.modal-level-option .btn:nth-child(1) {
    background-color: #fec590
}

.modal-level-option .btn:nth-child(2) {
    background-color: #FE9E44
}

.modal-level-option .btn:nth-child(3) {
    background-color: #c15e01
}

.card-simple {
    background-color: #fff;
    padding: 24px 1rem;
    border-radius: 24px;
    margin-bottom: 24px
}

.card-simple-outer {
    background-color: #fff;
    border-radius: 24px;
    margin-bottom: 24px
}

.opponent {
    text-align: center;
    font-weight: bold
}

.opponent-avatar {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.25rem;
    background-color: #DFDFDF
}

.opponent-avatar img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.opponent-avatar-loading {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
    height: 100%
}

.opponent.finding {
    color: #969696
}

.opponent-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFEBD9;
    color: #FE9E44;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.125rem
}

.page-header-score {
    color: #fff;
    padding-top: 24px;
    padding-bottom: 24px
}

.countdown {
    position: relative;
    margin: auto;
    margin-top: 0.25rem;
    height: 40px;
    width: 40px;
    text-align: center
}

.countdown #countdown-number {
    color: #fff;
    display: inline-block;
    line-height: 40px;
    font-weight: bold
}

.countdown svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg)
}

.countdown svg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 3px;
    stroke: #FFCC5F;
    fill: none;
    animation-name: countdown
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0px
    }

    to {
        stroke-dashoffset: 113px
    }
}

.swipe {
    min-height: calc(100vh - 96px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: opacity 0.1s ease-in-out
}

.swipe.swipe_nope .swipe-action-circle.nope {
    opacity: 1
}

.swipe.swipe_nope .swipe-status-btn.nope span {
    color: #FE9E44;
    transform: rotate(-30deg) scale(1.125)
}

.swipe.swipe_love .swipe-action-circle.love {
    opacity: 1
}

.swipe.swipe_love .swipe-status-btn.love span {
    color: #FE9E44;
    transform: rotate(30deg) scale(1.125)
}

.swipe.loaded {
    opacity: 1
}

.swipe-action {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    width: 100%;
    pointer-events: none;
    left: 0;
    right: 0;
    text-align: center
}

.swipe-action-circle {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 1.75rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.2s ease-in-out
}

.swipe-action-circle.nope {
    background-color: rgba(255,0,0,0.35)
}

.swipe-action-circle.nope span {
    margin-top: 0.25rem
}

.swipe-action-circle.love {
    background-color: rgba(0,128,0,0.35)
}

.swipe-counter {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem
}

.swipe-cards {
    flex-grow: 1;
    padding-top: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 1
}

.swipe-card {
    border-radius: 24px;
    box-shadow: 0 5px 10px rgba(12,9,42,0.16);
    display: inline-block;
    width: 90%;
    max-width: calc(480px - 3rem);
    height: 350px;
    background: #fff;
    overflow: hidden;
    position: absolute;
    will-change: transform;
    transition: all 0.1s ease-in-out;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.swipe-card.moving {
    transition: none;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.swipe-card img {
    width: 100%;
    max-width: calc(480px - 3rem);
    height: 60%;
    object-fit: cover;
    object-position: center center;
    border-radius: 24px 24px 0 0;
    pointer-events: none
}

.swipe-card p {
    pointer-events: none
}

.swipe-card p:last-child {
    margin: 0
}

.swipe-card-content {
    background-color: #FE9E44;
    padding: 24px;
    font-size: 1.3125rem;
    font-weight: bold;
    border-radius: 0 0 24px 24px;
    text-align: center;
    pointer-events: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.swipe-card-content p {
    pointer-events: none
}

.swipe-card-content p:last-child {
    margin: 0
}

.swipe-card.swipe-card-image .swipe-card-content {
    background-color: #fff;
    display: block;
    align-items: inherit;
    justify-content: inherit;
    height: 40%;
    color: #0C092A
}

.swipe-status {
    position: relative;
    flex: 0 0 130px;
    text-align: center
}

.swipe-status-btn {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    background: linear-gradient(180deg, #fff 40%, #D1CBE9 100%);
    color: #7d7d7d;
    border-radius: 50%;
    font-size: 1.65rem;
    position: absolute;
    box-shadow: 0 5px 10px rgba(12,9,42,0.16)
}

.swipe-status-btn.nope {
    left: 25%
}

.swipe-status-btn.nope span {
    transition: transform .5s ease-in-out;
    margin-top: 0.25rem
}

.swipe-status-btn.love {
    right: 25%
}

.swipe-status-btn.love span {
    transition: transform .5s ease-in-out
}

.quiz-player {
    display: flex
}

.quiz-player-avatar {
    flex-shrink: 0;
    border-radius: 50%;
    height: 45px;
    height: 45px;
    display: inline-block
}

.quiz-player-avatar img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.quiz-player-info {
    flex-grow: 1
}

.quiz-result-status {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3125rem;
    font-weight: bold;
    text-shadow: 0 3px 10px rgba(12,9,42,0.1);
    margin-bottom: 0.5rem
}

.quiz-result-ann {
    color: #fff;
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: 0.5rem
}

.quiz-result-pict {
    width: 150px;
    height: 150px;
    max-width: 100%;
    background-image: url(../images/result-pict-bg.svg);
    background-size: contain;
    margin: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    position: relative
}

.quiz-result-pict .star-1 {
    position: absolute;
    left: -20px;
    top: 25px
}

.quiz-result-pict .star-1 img {
    max-width: 50px
}

.quiz-result-pict .star-2 {
    position: absolute;
    right: -15px;
    top: 10px
}

.quiz-result-pict .star-2 img {
    max-width: 60px
}

.quiz-result-pict .star-3 {
    position: absolute;
    right: -15px;
    bottom: 10px
}

.quiz-result-pict .star-3 img {
    max-width: 60px
}

.quiz-result-pict .confetti {
    position: absolute;
    left: 0px;
    bottom: 10px
}

.quiz-result-pict .confetti img {
    max-width: 60px
}

.quiz-result-pict-ava {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #c4e2f8
}

.quiz-result-pict-ava img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%
}

.quiz-result-points {
    background-color: #fff;
    color: #0C092A;
    border-radius: 50rem;
    padding: 6px 9px;
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    font-weight: bold
}

.quiz-result-points-badge {
    background-color: #FE9E44;
    color: #fff;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px
}

.quiz-result-points-badge .qf-icon-crown::before {
    width: auto;
    margin: 0 auto
}

.final-score {
    background-color: #FFEBD9;
    box-shadow: 0 5px 10px rgba(12,9,42,0.16);
    border-radius: 24px;
    margin-bottom: 24px
}

.final-score .final-score-title {
    background-color: #FFCC5F;
    color: #fff;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 12px;
    font-weight: bold;
    box-shadow: 0 5px 10px rgba(255,204,95,0.16)
}

.final-score-top {
    padding: 0 24px 12px 24px;
    color: #0C092A
}

.final-score-top-box {
    background-color: #A09489;
    color: #fff;
    padding: 0.5rem;
    font-size: 1.5rem;
    border-radius: 12px;
    font-weight: bold
}

.final-score-detail {
    padding: 12px 24px 12px 24px;
    border-top: 1px solid rgba(160,148,137,0.5);
    color: #A09489
}

.final-score-detail-title {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1rem;
    position: relative
}

.final-score-detail-title span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.125rem
}

.final-score-detail-title span.open {
    transform: translateY(-50%) rotate(180deg)
}

.final-score-more {
    padding-top: 12px;
    font-size: 0.875rem;
    color: #0C092A;
    padding-left: 0;
    padding-right: 0
}

.final-score-more li {
    list-style: none;
    border-top: 1px dashed rgba(160,148,137,0.5);
    padding: 12px 0 12px 0
}

.final-score-more li .score-stats-badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    background-color: #A09489;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50rem;
    margin-right: 0.25rem;
    min-width: 35px
}

.quiz-list-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin: 0
}

.quiz-list-wrapper .quiz-list {
    list-style: none;
    display: block;
    padding: 1rem;
    border-bottom: 1px solid rgba(150,150,150,0.25);
    position: relative
}

.quiz-list-wrapper .quiz-list::before {
    content: '\e805';
    font-family: "quizy-flash";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 1.25rem;
    color: rgba(150,150,150,0.25);
    top: 50%;
    transform: translateY(-50%)
}

.quiz-list-wrapper .quiz-list:last-child {
    border-bottom: 0
}

.quiz-list-wrapper .quiz-list a {
    color: #0C092A;
    text-decoration: none
}

.quiz-list-wrapper .quiz-list a:hover,.quiz-list-wrapper .quiz-list a:focus {
    color: inherit;
    opacity: 0.8
}

.quiz-list-wrapper .quiz-list .quiz-list-pict {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 5px
}

.quiz-list-wrapper .quiz-list .quiz-list-pict img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 5px
}

.quiz-list-wrapper .quiz-list .quiz-list-info {
    flex-grow: 1;
    margin-left: 0.75rem;
    padding-right: 1.75rem;
    max-width: 80%
}

.quiz-list-wrapper .quiz-list .quiz-list-info-title {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.quiz-list-wrapper .quiz-list .quiz-list-info p {
    margin: 0;
    color: #969696;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.page-title {
    display: block;
    background-color: #0A58CA;
    color: #fff;
    border-radius: 50rem;
    padding: 8px 20px 8px 60px;
    position: relative;
    font-size: 1.125rem;
    margin-bottom: 24px
}

.page-title-circle {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #FE9E44;
    background: linear-gradient(160deg, #FFCC5F 35%, #FE9E44 100%);
    font-size: 1.25rem;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    box-shadow: 0 3px 6px rgba(12,9,42,0.15)
}

.leaderboard {
    padding-left: 0;
    padding-right: 0;
    margin: 0
}

.leaderboard-winner {
    list-style: none;
    display: block;
    padding: 1rem;
    border-bottom: 1px solid rgba(150,150,150,0.25);
    position: relative
}

.leaderboard-winner-pict {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0
}

.leaderboard-winner-pict img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%
}

.leaderboard-winner-rank {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background-color: #47c475;
    font-size: 12px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0
}

.leaderboard-winner-info {
    flex-grow: 1;
    margin-left: 0.75rem;
    padding-right: 1.75rem;
    max-width: 90%
}

.leaderboard-winner-info-name {
    font-size: 1rem;
    margin-bottom: 0.25rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.leaderboard-winner-info-stats {
    font-size: 0.875rem;
    margin: 0;
    color: #969696;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.leaderboard-coin {
    font-size: 0.875rem;
    margin-bottom: 0;
    color: #969696;
    background-color: rgba(223,223,223,0.5);
    border-radius: 50rem;
    line-height: 1.5;
    padding: .375rem .75rem;
    display: inline-flex;
    align-items: center
}

.coin {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    background-color: #FFCC5F;
    border: 2px solid #FE9E44;
    margin-right: 0.25rem
}

.menu {
    padding-left: 0;
    padding-right: 0;
    margin: 0
}

.menu-list {
    list-style: none;
    display: block;
    border-bottom: 1px solid rgba(150,150,150,0.25);
    position: relative
}

.menu-list::before {
    content: '\e805';
    font-family: "quizy-flash";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 1.25rem;
    color: rgba(150,150,150,0.25);
    top: 50%;
    transform: translateY(-50%)
}

.menu-list a {
    display: flex;
    padding: 1rem;
    color: #0C092A;
    text-decoration: none
}

.menu-list a:hover,.menu-list a:focus {
    color: inherit;
    opacity: 0.8
}

.menu-list-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 25px;
    margin-right: 10px;
    font-size: 1.125rem;
    color: #0A58CA
}

.history {
    padding-left: 0;
    padding-right: 0;
    margin: 0
}

.history-list {
    list-style: none;
    display: block;
    padding: 1rem;
    border-bottom: 1px solid rgba(150,150,150,0.25);
    position: relative
}

.history-list-pict {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    flex-shrink: 0
}

.history-list-pict img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 5px
}

.history-list-info {
    flex-grow: 1;
    margin-left: 0.75rem;
    padding-right: 1.75rem;
    max-width: 90%
}

.history-list-info-name {
    font-size: 1rem;
    margin-bottom: 0.25rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.history-list-info-stats {
    font-size: 0.875rem;
    margin: 0;
    color: #969696;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.history-list-date {
    font-size: 0.875rem;
    margin: 0;
    color: #969696
}

.add-point {
    position: absolute;
    right: 0.75rem;
    font-weight: normal;
    font-size: 0.875rem;
    padding: 0.15rem 0.5rem;
    background-color: #fff;
    border-radius: 50rem;
    color: #c15e01;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%)
}
form{
    font-size:x-large;
    
}
ul{
    list-style: none;
}
